Keysight VISA.NET Help
PrintfArrayAndFlush(String,Double,Int64[]) Method



The format string, which must include a format specifier for a raw binary array of double precision reals.
A pointer to an array of double precision reals. Note that this pointer argument makes the method unsafe.
An optional argument list that includes arguments that are needed to complete the format specifier.
Print a formatted array of double precision reals to the formatted I/O write buffer and then send the buffer contents to the device and flush the buffer.
Syntax
'Declaration
 
Overloads Sub PrintfArrayAndFlush( _
   ByVal format As String, _
   ByVal pArray As Double, _
   ByVal ParamArray inputs() As Long _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim format As String
Dim pArray As Double
Dim inputs() As Long
 
instance.PrintfArrayAndFlush(format, pArray, inputs)
void PrintfArrayAndFlush( 
   string format,
   double* pArray,
   params long[] inputs
)
void PrintfArrayAndFlush( 
   String^ format,
   double* pArray,
   ... array<int64>^ inputs
) 

Parameters

format
The format string, which must include a format specifier for a raw binary array of double precision reals.
pArray
A pointer to an array of double precision reals. Note that this pointer argument makes the method unsafe.
inputs
An optional argument list that includes arguments that are needed to complete the format specifier.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025